[Top] [Prev] [Next] [Bottom] [Contents]

SaSetHangTimeOut

Sets the amount of time, in seconds, that a Sapphire UNIX database gateway will hold database connections for a Sapphire generated application server. This call has no effect in the NT product.

Synopsis

#include "SaRnHtml.h"
int SaSetHangTimeOut SUTPROTO((int time_out));

Arguments

time_out
Number indicating the amount of time in seconds to hold open connections.

Return Values

Returns the integer value "0".

Description

Sets the amount of time that a Sapphire UNIX database gateway will hold database connections for a Sapphire generated application server. This call has no effect in the NT product. No change is made if the value is less than 20.

The default value is 1200 seconds.

Example

SaSetHangTimeOut(600);

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.